Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/077-sortable list/

sortable list /cody/solygambas/html-css-javascript-projects/077-sortable list/index.html
418 Views
0 Comments
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API -->

<!DOCTYPE html>
<html lang="en">
script.js /cody/solygambas/html-css-javascript-projects/077-sortable list/script.js
261 Views
0 Comments
const draggableList = document.getElementById("draggable-list");
const check = document.getElementById("check");

const richestP
style.css /cody/solygambas/html-css-javascript-projects/077-sortable list/style.css
207 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@400;700&display=swap");

:root {
--border-color: #e3e5e4;